Re-enable passing -g to rustc
authorAlex Crichton <alex@alexcrichton.com>
Wed, 3 Sep 2014 18:54:47 +0000 (11:54 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 3 Sep 2014 18:54:47 +0000 (11:54 -0700)
commit2331b8939a487740ea5ffabc6f7cab98b0ab1db7
tree73815f2725da67d49a668aba910228f605d068cd
parent365190fe31cbc1ad886b73f3f583140cbec1ed8b
Re-enable passing -g to rustc

Now that there is a way to disable debuginfo for a build, we can go back to
passing it by default. Any bugs in debuginfo will get weeded out by specifying
`debug = false` in the profile.
src/cargo/ops/cargo_rustc/mod.rs